I am not at a point where I can start working on my thesis presentation
So I am just going to use this as practice, and pop some random stuff in here.
Some code that I use for a tiny part of my thesis.
crit_p_rob <- function(time_windows, electrodes) {
crit_p <- sqrt(0.05 / ((time_windows -1) * electrodes))
return(crit_p)
}
Nice to show the same thing in a formula
\[P_{crit} = \sqrt{\dfrac{0.05} {(timewindows - 1) * electrodes}}\] (Lubbe, Kleine, and Ratajc 2019)
Lubbe, R. H. J. Van der, Elian de Kleine, and Karolina Ratajc. 2019. “Dyslexic Individuals Orient but Do Not Sustain Visual Attention: Electrophysiological Support from the Lower and Upper Alpha Bands.” Neuropsychologia. https://doi.org/https://doi.org/10.1016/j.neuropsychologia.2019.01.013.